/ Assembly List / LJCGenDocLib / SyntaxHighlightHtml / FormatCode

Namespace - LJCDocGenLib


Parameters
dataTypeName - The data type name.
dataMemberName - The data member name.
code - The HTML code string.

Returns

The formatted code string.

Syntax

C#
public String FormatCode(String dataTypeName, String dataMemberName, String code)

Strips the defined leading white spaces and applies Syntax Highlighting.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.